home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / faq / wdj0597.zip / TOMLINSN.ZIP / BUILD.BAT next >
DOS Batch File  |  1997-03-04  |  225b  |  8 lines

  1. rem ** uncomment the appropriate lines for your compiler **
  2. rem **
  3. rem build with Borland C++
  4. rem bcc32 -w -DSTRICT test.c security.c
  5. rem **
  6. rem build with Visual C++
  7. rem cl /W3 /DSTRICT test.c security.c advapi32.lib
  8.